PDFCheckStyle Enumeration
In This Topic
Specifies the visual styles for check boxes and radio buttons.
Members
| Member | Description |
| CHECK | Standard appearance represented by a checkmark. |
| CIRCLE | Standard appearance represented by a circle. |
| CROSS | Standard appearance represented by a cross. |
| DIAMOND | Standard appearance represented by a diamond. |
| SQUARE | Standard appearance represented by a square. |
| STAR | Standard appearance represented by a star. |
| UNKNOWN | The checkbox appearance is custom defined. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.forms.PDFCheckStyle
See Also